home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / chip-cd_2003_11.zip / 11 / Internet / Bookmark Explorer 1.0.105 / bexsetup.exe / install_script.iss
Text File  |  2003-09-02  |  2KB  |  45 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Bookmark Explorer
  5. AppVerName=Bookmark Explorer 1.0.105
  6. AppId=Bookmark_Explorer_1xx
  7. AppVersion=1.0b
  8. AppPublisher=ActiveURLs
  9. AppPublisherURL=http://activeurls.com
  10. AppSupportURL=http://activeurls.com/support
  11. DefaultDirName={pf}\Bookmark Explorer
  12. DefaultGroupName=Bookmark Explorer
  13. UninstallDisplayIcon={app}\Uninstall.exe
  14. OutputBaseFilename=bexsetup
  15. Compression=bzip2
  16. PrivilegesRequired=poweruser
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\BookmarkExplorer.exe"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  23. Source: "{win}\eSellerateControl350.dll"; DestDir: "{win}"; Flags: regserver sharedfile 
  24. Source: "{win}\eSellerateEngine.dll"; DestDir: "{win}"; Flags: sharedfile 
  25. Source: "{app}\libeay32.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  26. Source: "{app}\ssleay32.dll"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  27. Source: "{app}\License.txt"; DestDir: "{app}"; 
  28. Source: "{app}\Notify.wav"; DestDir: "{app}"; 
  29. Source: "{app}\Bookmarks.bex"; DestDir: "{app}"; Flags: confirmoverwrite uninsneveruninstall 
  30.  
  31. [Run]
  32. Filename: "{app}\BookmarkExplorer.exe"; Description: "Launch application"; Flags: postinstall skipifsilent nowait
  33.  
  34. [Icons]
  35. Name: "{commonstartmenu}\Bookmark Explorer"; Filename: "{app}\BookmarkExplorer.exe"; Tasks: startmenu; 
  36. Name: "{commondesktop}\Bookmark Explorer"; Filename: "{app}\BookmarkExplorer.exe"; Tasks: desktopicon; 
  37. Name: "{group}\Bookmark Explorer"; Filename: "{app}\BookmarkExplorer.exe"; 
  38. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BEX"; Filename: "{app}\BookmarkExplorer.exe"; Tasks: quicklaunchicon; 
  40.  
  41. [Tasks]
  42. Name: "startmenu"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  43. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  44. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  45.